@media screen and (min-width:1200px) {
    .page_banner {
        height: 418px;
        background: url(../images/page_banner.jpg) center center no-repeat;
    }
    .page_banner .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 550px;
        background: rgb(38 41 48 / 0.5);
        padding: 52px;
    }
    .page_banner .container h2 {
        font-size: 32px;
        font-weight: bold;
        color: #fff;
    }
    .page_banner .container p {
        margin-top: 17px;
        font-size: 15px;
        color: #fff;
    }
    .page_product {
        padding: 80px 0;
    }
    .page_product .list {
        display: flex;
        flex-wrap: wrap;
    }
    .page_product .list .item {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .page_product .list .item:nth-child(4n) {
        margin-right: 0;
    }
    .page_product .list .item .pic {
        border: 1px solid #eee;
        text-align: center;
        overflow: hidden;
    }
    .page_product .list .item .pic img {
        max-height: 261px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page_product .list .item .text {
        text-align: center;
        padding: 15px;
    }
    .page_product .list .item .text h4 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin: 12px 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page_product .list .item:hover .text h4 {
        color: #c73108;
    }
    .page_product .list .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page_product .list .item .text p {
        color: #666;
        line-height: 22px;
    }
    .page_product .list-star {
        display: flex;
        flex-wrap: wrap;
    }
    .page_product .list-star .item {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .page_product .list-star .item .text {
        padding: 15px 0;
        text-align: left
    }
    .page_product .list-star .item:nth-child(3n) {
        margin-right: 0 !important;
    }
    .page_product .list-star .item:nth-child(4n) {
        margin-right: 2%;
    }
    .pagin {
        text-align: center;
        margin-top: 30px;
    }
    .pagin.ba_f a {
        background: #fff;
    }
    .pagin a {
        display: inline-block;
        color: #666;
        padding: 9px 14px;
        text-align: center;
        margin: 0 2px;
        font-size: 14px;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        background: #f6f6f6;
    }
    .pagin a:hover {
        background: #c73108;
        color: #fff;
    }
    .pagin a.current {
        background: #c73108;
        color: #fff;
    }
    .page-cate {
        border-bottom: 1px #eee solid;
        text-align: center;
    }
    .page-cate .mobi-cate {
        display: none;
    }
    .page-cate a {
        display: inline-block;
        padding: 10px 30px;
        margin: 28px 6px;
        color: #333;
        position: relative;
        font-size: 15px;
        background: #f7f7f7;
        border-radius: 50px;
    }
    .page-cate a:hover,
    .page-cate a.active {
        background: #c73108;
        color: #fff;
    }
    .page_product.product_content {
        padding: 0;
        padding-top: 80px;
    }
    .page_product .content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 60px;
    }
    .page_product .content .pic {
        width: 49%;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    .page_product .content .pic .product-pagination {
        position: absolute;
        bottom: 20px;
        z-index: 2;
    }
    .page_product .content .pic .product-pagination span.swiper-pagination-bullet-active {
        background: #c73108;
    }
    .page_product .content .pic img {
        max-height: 500px;
    }
    .page_product .content .text {
        width: 48%;
    }
    .page_product .content .text h3 {
        font-size: 24px;
    }
    .page_product .content .text .desc {
        color: #888;
        line-height: 26px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px #eee solid;
    }
    .page_product .content .text .data h4 {
        font-size: 16px;
        color: rgb(51, 51, 51);
        margin-bottom: 10px;
        font-weight: bold;
    }
    .page_product .content .text .data p {
        color: #666;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px #eee solid;
        line-height: 22px;
    }
    .page_product .content .text .msg {
        margin: 15px 0 30px;
    }
    .page_product .content .text .msg .volume {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        border: 1px #eee solid;
        color: #666;
        font-size: 16px;
        margin-right: 20px;
        vertical-align: middle;
    }
    .page_product .content .text .msg .price {
        display: inline-block;
        color: #121212;
        font-size: 24px;
        vertical-align: middle;
    }
    .page_product .content .text .buy-button a {
        display: block;
        background-color: #c73108;
        color: #fff;
        width: 180px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 16px;
    }
    .page_product .content .text .buy-button {
        display: flex;
        align-items: center;
    }
    .page_product .content .text .buy-button .tel {
        background: url(../images/content-tel.png) 10px center no-repeat;
        padding-left: 56px;
        margin-top: 5px;
        margin-left: 56px;
    }
    .page_product .content .text .buy-button .tel h6 {
        font-size: 26px;
        color: #c73108;
    }
    .page_product .content-bottom {
        background: #f8f8f8;
        padding-bottom: 80px;
    }
    .page_product .content-bottom .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_product .content-bottom .left {
        width: 75.5%;
        background-color: #fff;
        margin-bottom: 20px;
        /* box-shadow: 1px 3px 16px rgba(0, 0, 0, .1); */
        padding: 25px 35px;
        margin-top: 60px;
    }
    .page_product .content-bottom .left .cont-top {
        height: 52px;
        border-bottom: 1px solid #e4eaec;
        line-height: 52px;
        font-size: 18px;
        color: #c73108;
        margin-bottom: 45px;
        position: relative;
    }
    .page_product .content-bottom .left .cont-top::after {
        content: '';
        position: absolute;
        width: 128px;
        height: 2px;
        background: #c73108;
        bottom: 0;
        left: 0;
    }
    .page_product .content-bottom .left .cont-main p {
        margin: 5px auto;
        font-size: 14px;
        line-height: 28px;
        color: #666;
    }
    .page_product .content-bottom .left table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    .page_product .content-bottom .left table th,
    .page_product .content-bottom .left table td {
        padding: 5px 10px;
        border: 1px solid #ccc !important;
        vertical-align: middle;
        text-align: center;
        line-height: 30px;
        font-weight: normal;
        background: #fff;
        color: #666;
    }
    .page_product .content-bottom .right {
        width: 22%;
        background: #fff;
        margin-top: 60px;
        padding: 15px 25px 8px;
    }
    .page_product .content-bottom .right .top-title {
        font-size: 16px;
        color: #333;
        height: 45px;
        text-align: left;
        line-height: 45px;
    }
    .page_product .content-bottom .right .item {
        margin-bottom: 15px;
    }
    .page_product .content-bottom .right .item .pic {
        text-align: center;
    }
    .page_product .content-bottom .right .item .pic img {
        max-height: 200px;
    }
    .page_product .content-bottom .right .item p {
        text-align: center;
        color: #666;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page_factory {
        padding: 80px 0;
    }
    .page_factory .smart {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_factory .smart .item {
        width: 48.5%;
        text-align: left;
        margin-bottom: 50px
    }
    .page_factory .smart .item .pic {
        overflow: hidden;
    }
    .page_factory .smart .item .text {
        margin-top: 30px;
    }
    .page_factory .smart .item .text h3 {
        font-size: 24px;
        font-weight: bold;
        position: relative;
    }
    .page_factory .smart .item .text p {
        color: #666;
        line-height: 22px;
        margin: 18px 0;
        font-size: 14px;
        margin-bottom: 30px;
        width: 95%;
    }
    .page_factory .smart .item .text .feature span {
        background: #c73108;
        padding: 10px 22px;
        color: #fff;
        border-radius: 6px;
        font-size: 14px;
        margin-right: 16px;
    }
    .page_factory .emulsify {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_factory .emulsify .pic {
        width: 47%;
    }
    .page_factory .emulsify .pic .bottom {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_factory .emulsify .pic .bottom div {
        width: 49%;
    }
    .page_factory .emulsify .pic .bottom div:nth-child(1) {
        width: 100%;
        margin-bottom: 2%;
    }
    .page_factory .emulsify .text {
        width: 49%;
    }
    .page_factory .emulsify .text h3 {
        font-size: 28px;
        font-weight: bold;
    }
    .page_factory .emulsify .text h3 span {
        font-size: 28px;
        font-weight: bold;
        color: #c73108;
        text-transform: uppercase;
    }
    .page_factory .emulsify .text h4 {
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        text-transform: uppercase;
        margin-top: 6px;
        color: #666;
    }
    .page_factory .emulsify .text p {
        color: #666;
        line-height: 22px;
        margin-bottom: 12px;
        font-size: 14px;
    }
    .page_factory .water .text h3 {
        font-size: 30px;
        font-weight: bold;
    }
    .page_factory .water .text h3 span {
        font-size: 30px;
        font-weight: bold;
        color: #c73108;
    }
    .page_factory .water .text h4 {
        text-transform: uppercase;
        color: #666;
        margin-top: 6px;
    }
    .page_factory .water .text p {
        color: #666;
        line-height: 24px;
        margin-top: 22px;
    }
    .page_factory .water .pic {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 42px;
    }
    .page_factory .water .pic div {
        max-width: 32%;
    }
    .page_factory .laboratory {
        border-bottom: 1px solid #eee;
        padding-bottom: 50px;
    }
    .page_factory .laboratory .main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_factory .laboratory .item {
        width: 48.5%;
        text-align: center;
    }
    .page_factory .laboratory .item .text {
        margin-top: 30px;
    }
    .page_factory .laboratory .item .text h3 {
        font-size: 24px;
        font-weight: bold;
        position: relative;
    }
    .page_factory .laboratory .item .text p {
        color: #666;
        line-height: 22px;
        margin: 5px 0;
        font-size: 14px;
        width: 95%;
    }
    .page_factory .machine {
        /* margin-top: 60px; */
    }
    .page_factory .machine ul.list {
        display: flex;
        flex-wrap: wrap;
    }
    .page_factory .machine ul.list li {
        width: 31.5%;
        margin-right: 2.75%;
        margin-bottom: 3%;
    }
    .page_factory .machine ul.list li:nth-child(3n) {
        margin-right: 0;
    }
    .page_factory .machine ul.list li p {
        height: 52px;
        text-align: center;
        line-height: 52px;
        background: #f8f8f8;
    }
    .page_factory .supplier .list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 60px;
    }
    .page_factory .supplier .list .item {
        width: 18.4%;
        margin-right: 2%;
        text-align: center;
        padding: 35px 30px;
        border: 1px solid #eee;
        margin-bottom: 30px;
        border-radius: 30px;
    }
    .page_factory .supplier .list .item:nth-child(5n) {
        margin-right: 0;
    }
    .page_factory .supplier .list .item h5 {
        color: #c73108;
        font-size: 16px;
        margin: 8px 0;
        margin-top: 22px;
    }
    .page_factory .supplier .list .item p {
        color: #666;
        line-height: 20px;
    }
    .page_title {
        text-align: center;
    }
    .page_title h3 {
        font-size: 30px;
        font-weight: bold;
    }
    .page_title h4 {
        text-transform: uppercase;
        color: #666;
        width: 80%;
        margin: auto;
        line-height: 22px;
        margin-top: 6px;
    }
    .page_factory .makings {
        margin-top: 60px;
    }
    .page_factory .makings .makings-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_factory .makings .makings-main {
        margin-top: 60px;
    }
    .page_factory .makings .makings-main .item {
        width: 32%;
        text-align: center;
    }
    .page_factory .makings .makings-main .item h5 {
        font-size: 16px;
        margin-top: 22px;
        margin-bottom: 8px;
        font-weight: bold;
        color: #333;
    }
    .page_factory .makings .makings-main .item p {
        width: 85%;
        margin: auto;
        line-height: 22px;
        color: #666;
    }
    .page_research {
        padding: 80px 0;
    }
    .page_research .technology .top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_research .technology .top .pic {
        width: 30%;
    }
    .page_research .technology .top .list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_research .technology .top .list .item {
        width: 32%;
        background: #f8f8f8;
        padding: 3%;
        margin-bottom: 2%;
        border-radius: 10px;
        overflow: hidden;
    }
    .page_research .technology .top .list .item.pic {
        padding: 0;
    }
    .page_research .technology .top .list .item h4 {
        font-size: 22px;
        color: #c73108;
        margin-bottom: 6%;
        font-weight: bold;
    }
    .page_research .technology .top .list .item p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }
    .page_research .team {
        display: flex;
        flex-wrap: wrap;
    }
    .page_research .team .item {
        width: 100%;
        margin-bottom: 2%;
        background: #fff;
        padding: 4%;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_research .team .item .pic {
        width: 250px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    .page_research .team .item .text {
        margin-top: 30px;
        position: relative;
        z-index: 2;
        width: 76%;
        text-align: left;
    }
    .ba_8f {
        background: #f8f8f8;
    }
    .page_research .team .item .text h4 a {
        font-size: 22px;
        font-weight: bold;
        color: #333;
    }
    .page_research .team .item .text p {
        margin-top: 12px;
        color: #666;
        line-height: 25px;
    }
    .page_research .team .item .text a.more {
        width: 130px;
        display: block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background: #c73108;
        border-radius: 50px;
        float: right;
        margin-top: 35px;
    }
    .page_research .team .item .text a.more span {
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .page_research .team .item .text a.more span:before {
        font-size: 22px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .page_research .team .item .text a.more:hover span {
        padding-right: 22px;
    }
    .page_research .team .item .text a.more:hover span:before {
        right: 0;
        opacity: 1;
    }
    .page_research.team_bg {
        background: #f8f8f8;
    }
    .page_research .team_content {
        background: #ffffff;
        padding: 25px 50px;
    }
    .page_research .team_content .top-title {
        text-align: center;
        border-bottom: 1px #efefef solid;
        padding: 20px 0;
    }
    .page_research .team_content .top-title h3 {
        font-size: 24px;
        color: #333;
        font-weight: 500;
        line-height: 40px;
    }
    .page_research .team_content .top-title p {
        color: #999;
        margin-top: 5px;
    }
    .page_research .team_content .team_main {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin: 50px 0;
    }
    .page_research .team_content .team_main .pic {
        max-width: 350px;
    }
    .page_research .team_content .team_main .text {
        margin-top: 100px;
    }
    .page_research .team_content .team_main .text p {
        color: #666;
        margin-bottom: 15px;
    }
    .page_research .team_content .main-bottom {
        padding-top: 25px;
        border-top: #e5e5e5 solid 1px;
    }
    .page_research .team_content .main-bottom p {
        line-height: 26px;
        padding: 15px 0;
        color: #666;
    }
    .page_research .team_content .main-bottom .main-bottom-page {
        text-align: center;
        padding: 50px 0 20px 0;
        display: flex;
        justify-content: space-around;
    }
    .page_research .team_content .main-bottom .main-bottom-page div {
        display: inline-block;
        margin-right: 30px;
    }
    .page_research .team_content .main-bottom .main-bottom-page div a {
        display: inline-block;
        text-align: center;
        padding: 15px 100px;
        border: 1px #ddd solid;
        color: #666;
    }
    .page_news {
        padding: 80px 0;
    }
    .page_news.news_bg {
        background: #f8f8f8;
    }
    .page_news .news-list {
        max-width: 1400px;
        margin: auto;
    }
    .page_news .news-list .item {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .page_news .news-list .item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_news .news-list .item .pic {
        width: 25%;
    }
    .page_news .news-list .item .text {
        width: 71%;
    }
    .page_news .news-list .item .text h4 {
        margin-top: 12px;
    }
    .page_news .news-list .item .text h4 a {
        margin-top: 15px;
        font-size: 22px;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page_news .news-list .item:hover .text h4 a {
        color: #d60211;
    }
    .page_news .news-list .item .text p {
        font-size: 14px;
        color: #666;
        margin-top: 20px;
        line-height: 24px;
    }
    .page_news .news-list .item .time {
        display: flex;
        justify-content: space-between;
        margin-top: 35px;
        color: #666;
    }
    .page_news .news-list .item .time div {
        color: #666;
    }
    .page_news .news-list .item .time a.more {
        width: 130px;
        display: block;
        height: 42px;
        text-align: center;
        line-height: 42px;
        color: #fff;
        background: #c73108;
        border-radius: 50px;
    }
    .page_news .news-list .item .time a.more span {
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .page_news .news-list .item .time a.more span:before {
        font-size: 22px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .page_news .news-list .item:hover .time a.more span {
        padding-right: 22px;
    }
    .page_news .news-list .item:hover .time a.more span:before {
        right: 0;
        opacity: 1;
    }
    .page_news .news-list .item .pic {
        overflow: hidden;
    }
    .page_news .news-list .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page_news .news-list .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page_news .news-content {
        background: #fff;
        padding: 42px;
    }
    .page_news .news-content .top-title {
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
    .page_news .news-content .top-title h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .page_news .news-content .top-title p {
        font-size: 14px;
        color: #777;
        margin-top: 10px;
    }
    .page_news .news-content .content {
        padding: 10px;
    }
    .page_news .news-content .content p {
        font-size: 14px;
        color: #666;
        margin-bottom: 12px;
        line-height: 24px;
    }
    .page_news .news-content .main-bottom-page {
        text-align: center;
        padding: 50px 0 20px 0;
        display: flex;
        justify-content: space-around;
    }
    .page_news .news-content .main-bottom-page div {
        display: inline-block;
        margin-right: 30px;
    }
    .page_news .news-content .main-bottom-page div a {
        display: inline-block;
        text-align: center;
        padding: 15px 100px;
        border: 1px #ddd solid;
        color: #666;
    }
    .page_brand {
        padding: 80px 0;
    }
    .page_brand .system .system-main {
        margin-top: 60px;
        overflow: hidden;
        position: relative;
    }
    .page_brand .system .system-main .system-pagination {
        width: 100px;
        position: absolute;
        right: 20px;
        z-index: 9;
        left: initial;
        bottom: 50px;
    }
    .page_brand .system .system-main .system-pagination span.swiper-pagination-bullet-active {
        background: #c73108;
    }
    .page_brand .system .system-main .item {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 25px;
        background: #f8f8f8;
        border-radius: 20px;
    }
    .page_brand .system .system-main .item .icon {
        width: 40%;
        border: 12px #fff solid;
    }
    .page_brand .system .system-main .item .cont {
        width: 56%;
        text-align: left;
    }
    .page_brand .system .system-main .item h5 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 18px;
        font-weight: bold;
        color: #c73108;
        margin-bottom: 16px;
    }
    .page_brand .system .system-main .item p {
        color: #666;
        font-size: 14px;
        line-height: 24px;
        margin-top: 12px;
    }
    .page_brand .partner {
        margin-top: 80px;
    }
    .page_brand .partner .partner-main {
        margin-top: 60px;
    }
    .page_brand .partner .partner-main ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_brand .partner .partner-main ul li {
        width: 18%;
        margin: 0px 2% 2.5% 0;
    }
    .page_brand .partner .partner-main ul li:nth-child(5n) {
        margin-right: 0%;
    }
    .page_brand .partner .partner-main ul li img {
        display: block;
        width: 100%;
        border: 1px solid #eee;
    }
    .page_brand .partner .partner-main ul li p {
        text-align: center;
        margin-top: 12px;
        color: #666;
        font-size: 14px;
    }
    .page_research.patent_bg {
        background: #f8f8f8;
    }
    .page_research .patent .list {
        display: flex;
        flex-wrap: wrap;
    }
    .page_research .patent .list .item {
        width: 100%;
        background: #fff;
        padding: 3%;
        margin-bottom: 2%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        position: relative;
        top: 0;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
    .page_research .patent .list .item .pic {
        width: 20%;
    }
    .page_research .patent .list .item .text {
        width: 78%;
    }
    .page_research .patent .list .item:nth-child(3n) {
        margin-right: 0;
    }
    .page_research .patent .list .item h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 18px;
        margin-top: 15px;
    }
    .page_research .patent .list .item .cont {
        border-top: 1px solid #eee;
        padding-top: 20px;
    }
    .page_research .patent .list .item .cont p {
        color: #666;
        margin-bottom: 8px;
        line-height: 22px;
    }
    .page_contact {
        padding: 80px 0;
    }
    .page_contact .join .item {
        margin-bottom: 50px;
    }
    .page_contact .join .item .job-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    .page_contact .join .item .job-title .note h4 {
        font-size: 22px;
        margin-bottom: 11px;
    }
    .page_contact .join .item .job-title .note p span {
        margin: 0 5px;
        color: #666;
    }
    .page_contact .join .item .job-title .note p span img {
        width: 20px;
        vertical-align: bottom;
        margin-right: 5px;
    }
    .page_contact .join .item .job-title a {
        background: #d15432;
        color: #fff;
        height: 40px;
        width: 120px;
        line-height: 40px;
        text-align: center;
        border-radius: 50px;
    }
    .page_contact .join .item .cont .cont-tl {
        font-size: 18px;
        color: #333;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .page_contact .join .item .cont p {
        line-height: 28px;
        color: #666;
    }
    .page_contact .book .book_post {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_contact .book .book_post input {
        width: 31%;
        padding: 15px 13px;
        margin-right: 45px;
        border: 1px #e4e4e4 solid;
        outline: 0
    }
    .page_contact .book .book_post input:nth-of-type(3) {
        margin-right: 0
    }
    .page_contact .book .book_post textarea {
        padding: 15px 13px;
        outline: 0;
        width: 100%;
        height: 230px;
        border: 1px #e4e4e4 solid;
        margin-top: 30px
    }
    .page_contact .book .book_post .submit {
        margin: auto;
        padding: 13px 20px;
        background-color: #c73108;
        border: 1px #c73108 solid;
        border-radius: 5px;
        color: #fff;
        margin-top: 30px;
        cursor: pointer;
        font-size: 16px
    }
    .page_contact .book .book_post input:hover,
    .page_contact .book .book_post input:focus,
    .page_contact .book .book_post textarea:hover,
    .page_contact .book .book_post textarea:focus {
        border: 1px #c73108 solid;
    }
    .page_contact .book .book_post .submit:hover {
        background-color: #c73108;
    }
    .page_contact.contact_bg {
        background: #f8f8f8;
    }
    .page_contact .contact-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
        background: #fff;
    }
    .page_contact .contact-content .contact-main h3 {
        font-size: 26px;
        color: #333;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .page_contact .contact-content .contact-main h6 {
        font-size: 14px;
        line-height: 22px;
        color: #666;
        margin-bottom: 22px;
    }
    .page_contact .contact-content .contact-main h6 span {
        font-size: 32px;
    }
    .page_contact .contact-content .contact-main p {
        font-size: 14px;
        color: #666;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .page_contact .contact-content .contact-main {
        width: 49%;
        padding: 0px 4%;
    }
    .page_contact .contact-content .contact-main p:before {
        margin-right: 10px;
        font-size: 18px;
        color: #c73108;
    }
    .page_contact .contact-content .contact-main .erweima {
        display: flex;
        align-items: flex-end;
        margin-top: 30px;
    }
    .page_contact .contact-content .contact-main .erweima .pic {
        max-width: 100px;
    }
    .page_contact .contact-content .contact-main .erweima .note {
        margin-left: 20px;
    }
    .page_contact .contact-content .contact-main .erweima .note p {
        margin-bottom: 6px;
    }
    .page_contact .contact-content .map img {
        max-width: initial;
    }
    .page_contact .contact-content .map {
        width: 50%;
    }
    .page_contact .contact-content .map .BMap_Marker img {
        max-width: 100%;
    }
    .page_about {
        padding: 80px 0;
    }
    .page_about .about-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* margin-top: 60px; */
    }
    .page_about .about-main .pic {
        width: 48.5%;
    }
    .page_about .about-main .text {
        width: 48.5%;
    }
    .page_about .about-main .text h3 {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .page_about .about-main .text .main-cont {
        max-height: 330px;
        overflow: auto;
        padding: 0px 36px 0px 0px;
    }
    .page_about .about-main .text .main-cont p {
        color: #666;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .page_about .culture {
        margin-top: 100px;
    }
    .page_about .culture .culture-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 60px;
    }
    .page_about .culture .culture-main .item {
        width: 32%;
    }
    .page_about .culture .culture-main .item h4 {
        margin-top: 6%;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        text-align: center;
    }
    .page_about .culture .culture-main .item p {
        margin-top: 8px;
        font-size: 14px;
        color: #666;
        line-height: 22px;
        text-align: center;
    }
    .page_about .course {
        margin-top: 100px;
        height: 707px;
        background: url(../images/ab-bg.jpg) no-repeat;
        padding: 80px 0;
    }
    .page_about .course .course-main {
        margin-top: 60px;
        width: 100%;
        background-color: #fff;
        padding: 40px 20px;
        height: 415px;
    }
    .page_about .course .course-main .data-wrap {
        height: 335px;
        overflow: auto;
        padding: 20px 170px;
        margin: 0 auto;
    }
    .page_about .course .course-main .data-wrap .data-list::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #ddd;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
    }
    .page_about .course .course-main .data-wrap .data-list::before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        background-color: #aaa;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
    }
    .page_about .course .course-main .data-wrap .data-list {
        width: 100%;
        position: relative;
        display: flex;
    }
    .page_about .course .course-main .data-wrap .data-list:nth-child(2n) {
        flex-flow: row-reverse;
    }
    .page_about .course .course-main .data-wrap .data-list .data-box {
        width: 50%;
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .page_about .course .course-main .data-wrap .data-list .data-box .date {
        font-size: 18px;
        color: #333;
    }
    .page_about .course .course-main .data-wrap .data-list .data-box .item {
        color: #666;
        line-height: 22px;
        margin-top: 10px;
    }
    .page_about .course .course-main .data-wrap .data-list:nth-child(2n) .data-box {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .page_about .course .course-main .data-wrap::-webkit-scrollbar {
        width: 5px;
        height: 100%;
        background: #e5e5e5;
    }
    .page_about .course .course-main .data-wrap::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #36404a;
    }
    .page_service {
        padding: 50px 0;
        padding-bottom: 80px;
        background: #f8f8f8;
    }
    .page_service .service-mian {
        padding: 50px;
        background: #fff;
    }
    .page_service .service-mian .cont {
        color: #666;
        line-height: 24px;
        margin: 30px 0;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {
    .page_banner {
        height: 5.333333rem;
        background: url(../images/page_banner.jpg) center center no-repeat;
        background-size: 25.333333rem;
        position: relative;
    }
    .page_banner::after {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(38 41 48 / 0.5);
        z-index: 1;
    }
    .page_banner .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        z-index: 2;
    }
    .page_banner .container h2 {
        font-size: .586667rem;
        font-weight: bold;
        color: #fff;
    }
    .page_banner .container p {
        font-size: .373333rem;
        color: #fff;
        width: 90%;
        margin: auto;
        margin-top: .266667rem;
        line-height: .586667rem;
    }
    .page_product {
        padding: 1.066667rem 0;
    }
    .page_product .list {
        overflow: hidden;
    }
    .page_product .list .item {
        width: 100%;
        margin-bottom: .666667rem;
    }
    .page_product .list .item:nth-child(2n) {
        margin-right: 0;
    }
    .page_product .list .item .pic {
        border: 1px solid #eee;
        text-align: center;
    }
    .page_product .list .item .pic img {
        max-height: 261px;
    }
    .page_product .list .item .text {
        text-align: center;
        padding: .4rem;
    }
    .page_product .list .item .text h4 {
        font-size: .426667rem;
        font-weight: bold;
        color: #333;
        margin: .32rem 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page_product .list .item .text p {
        color: #666;
        line-height: .586667rem;
    }
    .page_product .list-star {
        display: flex;
        flex-wrap: wrap;
    }
    .page_product .list-star .item {
        width: 100%;
        margin-bottom: .666667rem;
    }
    .page_product .list-star .item .text {
        padding: 15px 0;
        text-align: center
    }
    .page_product .list-star .item:nth-child(3n) {
        margin-right: 0;
    }
    .page_product .list-star .item:nth-child(4n) {
        margin-right: 2%;
    }
    .pagin {
        text-align: center;
        margin-top: .8rem;
    }
    .pagin.ba_f a {
        background: #fff;
    }
    .pagin a {
        display: inline-block;
        color: #666;
        padding: .213333rem .293333rem;
        text-align: center;
        margin: 0 .026667rem;
        font-size: .346667rem;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        background: #f6f6f6;
    }
    .pagin a:hover {
        background: #c73108;
        color: #fff;
    }
    .pagin a.current {
        background: #c73108;
        color: #fff;
    }
    .page-cate {
        text-align: left;
    }
    .page-cate .mobi-cate {
        background: #c73108;
        height: 1.2rem;
        line-height: 1.2rem;
        color: #fff;
        width: 100%;
        font-size: .373333rem;
        position: relative;
        padding: 0 4%;
    }
    .page-cate .mobi-cate::after {
        content: "";
        position: absolute;
        right: 5%;
        top: .426667rem;
        width: .373333rem;
        height: .373333rem;
        background: url(../images/cate_sub.svg) 0 center no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        background-size: 100%;
    }
    .page-cate .container {
        display: none;
    }
    .page-cate a {
        display: block;
        padding: .4rem 0px;
        color: #333;
        position: relative;
        font-size: .373333rem;
        border-bottom: 1px solid #eee;
    }
    .page-cate a:hover,
    .page-cate a.active {
        color: #c73108;
    }
    .page_product.product_content {
        padding: 0;
        padding-top: 1.066667rem;
    }
    .page_product .content {
        margin-bottom: .8rem;
    }
    .page_product .content .pic {
        width: 100%;
        text-align: center;
        overflow: hidden;
        position: relative;
        margin-bottom: .8rem;
    }
    .page_product .content .pic .product-pagination {
        position: absolute;
        bottom: 20px;
        z-index: 2;
    }
    .page_product .content .pic .product-pagination span.swiper-pagination-bullet-active {
        background: #c73108;
    }
    .page_product .content .pic img {
        max-height: 500px;
    }
    .page_product .content .text {
        width: 100%;
    }
    .page_product .content .text h3 {
        font-size: .48rem;
        font-weight: bold;
    }
    .page_product .content .text .desc {
        color: #888;
        line-height: .586667rem;
        margin-bottom: .586667rem;
        padding-bottom: .4rem;
        border-bottom: 1px #eee solid;
    }
    .page_product .content .text .data h4 {
        font-size: .426667rem;
        color: rgb(51, 51, 51);
        margin-bottom: 10px;
        font-weight: bold;
    }
    .page_product .content .text .data p {
        color: #666;
        padding-bottom: 16px;
        margin-bottom: .533333rem;
        border-bottom: 1px #eee solid;
        line-height: .586667rem;
    }
    .page_product .content .text .msg {
        margin: 15px 0 30px;
    }
    .page_product .content .text .msg .volume {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        border: 1px #eee solid;
        color: #666;
        font-size: 16px;
        margin-right: 20px;
        vertical-align: middle;
    }
    .page_product .content .text .msg .price {
        display: inline-block;
        color: #121212;
        font-size: 24px;
        vertical-align: middle;
    }
    .page_product .content .text .buy-button a {
        display: block;
        background-color: #c73108;
        color: #fff;
        width: 100%;
        height: 1.226667rem;
        line-height: 1.226667rem;
        text-align: center;
        font-size: .426667rem;
    }
    .page_product .content .text .buy-button {}
    .page_product .content .text .buy-button .tel {
        display: none;
        background: url(../images/content-tel.png) 10px center no-repeat;
        padding-left: 56px;
        margin-top: 5px;
        margin-left: 56px;
    }
    .page_product .content .text .buy-button .tel h6 {
        font-size: 26px;
        color: #c73108;
    }
    .page_product .content-bottom {}
    .page_product .content-bottom .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_product .content-bottom .left {
        background-color: #fff;
    }
    .page_product .content-bottom .left .cont-top {
        height: 1.333333rem;
        border-bottom: 1px solid #e4eaec;
        line-height: 1.333333rem;
        font-size: .426667rem;
        color: #c73108;
        margin-bottom: .666667rem;
        font-weight: bold;
        position: relative;
    }
    .page_product .content-bottom .left .cont-top::after {
        content: '';
        position: absolute;
        width: 1.733333rem;
        height: .053333rem;
        background: #c73108;
        bottom: 0;
        left: 0;
    }
    .page_product .content-bottom .left .cont-main p {
        margin: 5px auto;
        font-size: 14px;
        line-height: 28px;
        color: #666;
    }
    .page_product .content-bottom .left table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    .page_product .content-bottom .left table th,
    .page_product .content-bottom .left table td {
        padding: 5px 10px;
        border: 1px solid #ccc !important;
        vertical-align: middle;
        text-align: center;
        line-height: 30px;
        font-weight: normal;
        background: #fff;
        color: #666;
    }
    .page_product .content-bottom .right {
        display: none;
        width: 22%;
        background: #fff;
        margin-top: 60px;
        padding: 15px 25px 8px;
    }
    .page_product .content-bottom .right .top-title {
        font-size: 16px;
        color: #333;
        height: 45px;
        text-align: left;
        line-height: 45px;
    }
    .page_product .content-bottom .right .item {
        margin-bottom: 15px;
    }
    .page_product .content-bottom .right .item .pic {
        text-align: center;
    }
    .page_product .content-bottom .right .item .pic img {
        max-height: 200px;
    }
    .page_product .content-bottom .right .item p {
        text-align: center;
        color: #666;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page_factory {
        padding: 1.066667rem 0;
    }
    .page_factory .smart {}
    .page_factory .smart .item {
        width: 100%;
        text-align: center;
        margin-bottom: 50px
    }
    .page_factory .smart .item .pic {
        overflow: hidden;
    }
    .page_factory .smart .item .text {
        margin-top: .533333rem;
    }
    .page_factory .smart .item .text h3 {
        font-size: .506667rem;
        font-weight: bold;
        position: relative;
    }
    .page_factory .smart .item .text p {
        color: #666;
        line-height: .586667rem;
        margin: .48rem auto;
        width: 95%;
        margin-bottom: .8rem;
    }
    .page_factory .smart .item .text .feature span {
        background: #c73108;
        padding: .24rem .48rem;
        color: #fff;
        border-radius: .16rem;
        margin-right: .32rem;
    }
    .page_factory .smart .item .text .feature span:last-child {
        margin-right: 0;
    }
    .page_factory .emulsify {}
    .page_factory .emulsify .pic {
        width: 100%;
    }
    .page_factory .emulsify .pic .bottom {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_factory .emulsify .pic .bottom div {
        width: 49%;
    }
    .page_factory .emulsify .pic .bottom div:nth-child(1) {
        width: 100%;
        margin-bottom: 2%;
    }
    .page_factory .emulsify .text {
        width: 100%;
        margin-top: .8rem;
    }
    .page_factory .emulsify .text h3 {
        font-size: .506667rem;
        font-weight: bold;
        margin-bottom: .506667rem;
    }
    .page_factory .emulsify .text h3 span {
        font-size: .506667rem;
        font-weight: bold;
        color: #c73108;
        text-transform: uppercase;
    }
    .page_factory .emulsify .text h4 {
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        text-transform: uppercase;
        margin-top: 6px;
        color: #666;
        display: none;
    }
    .page_factory .emulsify .text p {
        color: #666;
        line-height: .586667rem;
        margin-bottom: .266667rem;
    }
    .page_factory .water .text h3 {
        font-size: .533333rem;
        font-weight: bold;
        text-align: center;
    }
    .page_factory .water .text h3 span {
        font-size: .533333rem;
        font-weight: bold;
        color: #c73108;
    }
    .page_factory .water .text h4 {
        text-transform: uppercase;
        color: #666;
        margin-top: 6px;
        display: none;
    }
    .page_factory .water .text p {
        color: #666;
        line-height: .586667rem;
        margin-top: .48rem;
        text-align: center;
    }
    .page_factory .water .pic {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: .586667rem;
    }
    .page_factory .water .pic div {
        max-width: 100%;
        margin-bottom: .4rem;
    }
    .page_factory .laboratory {}
    .page_factory .laboratory .main {}
    .page_factory .laboratory .item {
        width: 100%;
        text-align: center;
    }
    .page_factory .laboratory .item .text {
        margin-top: 30px;
    }
    .page_factory .laboratory .item .text h3 {
        font-size: .506667rem;
        font-weight: bold;
        position: relative;
    }
    .page_factory .laboratory .item .text p {
        color: #666;
        line-height: .586667rem;
        margin: .48rem auto;
        width: 95%;
        margin-bottom: .8rem;
    }
    .page_factory .machine {
        /* margin-top: 60px; */
    }
    .page_factory .machine ul.list {
        display: flex;
        flex-wrap: wrap;
    }
    .page_factory .machine ul.list li {
        width: 48.5%;
        margin-right: 2.75%;
        margin-bottom: 3%;
    }
    .page_factory .machine ul.list li:nth-child(2n) {
        margin-right: 0;
    }
    .page_factory .machine ul.list li p {
        height: 1.066667rem;
        text-align: center;
        line-height: 1.066667rem;
        background: #f8f8f8;
    }
    .page_factory .supplier .list {
        display: flex;
        flex-wrap: wrap;
        margin-top: .8rem;
    }
    .page_factory .supplier .list .item {
        width: 48.5%;
        margin-right: 3%;
        text-align: center;
        padding: .8rem .48rem;
        border: 1px solid #eee;
        margin-bottom: .48rem;
        border-radius: .533333rem;
    }
    .page_factory .supplier .list .item:nth-child(2n) {
        margin-right: 0;
    }
    .page_factory .supplier .list .item h5 {
        color: #c73108;
        font-size: .4rem;
        margin: .266667rem 0;
        margin-top: .426667rem;
    }
    .page_factory .supplier .list .item p {
        color: #666;
        line-height: .533333rem;
    }
    .page_title {
        text-align: center;
    }
    .page_title h3 {
        font-size: .533333rem;
        font-weight: bold;
    }
    .page_title h4 {
        text-transform: uppercase;
        font-size: .373333rem;
        color: #666;
        margin-top: .266667rem;
        line-height: .586667rem;
    }
    .page_factory .makings {
        margin-top: .8rem;
    }
    .page_factory .makings .makings-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_factory .makings .makings-main {
        margin-top: .8rem;
    }
    .page_factory .makings .makings-main .item {
        width: 100%;
        margin-bottom: .666667rem;
        text-align: center;
    }
    .page_factory .makings .makings-main .item h5 {
        font-size: .426667rem;
        margin-top: .48rem;
        margin-bottom: .213333rem;
        font-weight: bold;
        color: #333;
    }
    .page_factory .makings .makings-main .item p {
        width: 85%;
        margin: auto;
        line-height: .533333rem;
        color: #666;
    }
    .page_research {
        padding: 1.066667rem 0;
    }
    .page_research .technology .top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_research .technology .top .pic {
        width: 30%;
    }
    .page_research .technology .top .list {
        width: 100%;
    }
    .page_research .technology .top .list .item {
        width: 100%;
        background: #f8f8f8;
        padding: .8rem;
        margin-bottom: .533333rem;
        border-radius: .266667rem;
        overflow: hidden;
    }
    .page_research .technology .top .list .item.pic {
        padding: 0;
    }
    .page_research .technology .top .list .item h4 {
        font-size: .426667rem;
        color: #c73108;
        margin-bottom: .346667rem;
        font-weight: bold;
    }
    .page_research .technology .top .list .item p {
        color: #666;
        line-height: .64rem;
    }
    .page_research .team {
        display: flex;
        flex-wrap: wrap;
    }
    .page_research .team .item {
        width: 100%;
        margin-bottom: 2%;
        background: #fff;
        padding: 4%;
        text-align: center;
        position: relative;
    }
    .page_research .team .item .pic {
        max-width: 5.666667rem;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        z-index: 2;
        margin: auto;
    }
    .page_research .team .item .text {
        margin: auto;
        margin-top: .666667rem;
        position: relative;
        z-index: 2;
        width: 92%;
        text-align: center;
    }
    .ba_8f {
        background: #f8f8f8;
    }
    .page_research .team .item .text h4 a {
        font-size: .48rem;
        font-weight: bold;
        color: #333;
    }
    .page_research .team .item .text p {
        margin-top: .32rem;
        color: #666;
        line-height: .586667rem;
    }
    .page_research .team .item .text a.more {
        width: 3.466667rem;
        display: block;
        height: 1.013333rem;
        text-align: center;
        line-height: 1.013333rem;
        color: #fff;
        background: #c73108;
        border-radius: 50px;
        margin: auto;
        margin: .666667rem auto;
    }
    .page_research .team .item .text a.more span {
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .page_research .team .item .text a.more span:before {
        font-size: 22px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .page_research .team .item .text a.more:hover span {
        padding-right: 22px;
    }
    .page_research .team .item .text a.more:hover span:before {
        right: 0;
        opacity: 1;
    }
    .page_research.team_bg {
        background: #f8f8f8;
    }
    .page_research .team_content {
        background: #ffffff;
        padding: .48rem;
    }
    .page_research .team_content .top-title {
        text-align: center;
        border-bottom: 1px #efefef solid;
        padding: .533333rem 0;
        padding-top: .266667rem;
    }
    .page_research .team_content .top-title h3 {
        font-size: .533333rem;
        color: #333;
        font-weight: 500;
        font-weight: bold;
        line-height: .853333rem;
    }
    .page_research .team_content .top-title p {
        color: #999;
        margin-top: .133333rem;
    }
    .page_research .team_content .team_main {
        margin: .666667rem 0;
    }
    .page_research .team_content .team_main .pic {
        max-width: 350px;
    }
    .page_research .team_content .team_main .text {
        margin-top: .693333rem;
    }
    .page_research .team_content .team_main .text p {
        color: #666;
        margin-bottom: .266667rem;
    }
    .page_research .team_content .main-bottom {
        padding-top: .666667rem;
        border-top: #e5e5e5 solid 1px;
    }
    .page_research .team_content .main-bottom p {
        line-height: .64rem;
        margin-bottom: .266667rem;
        color: #666;
    }
    .page_research .team_content .main-bottom .main-bottom-page {
        text-align: center;
        margin-top: .853333rem;
    }
    .page_research .team_content .main-bottom .main-bottom-page div {
        overflow: hidden;
    }
    .page_research .team_content .main-bottom .main-bottom-page div a {
        display: block;
        text-align: center;
        border: 1px #eee solid;
        color: #666;
        width: 100%;
        height: 1.12rem;
        line-height: 1.12rem;
        margin-bottom: .32rem;
        padding: 0 5%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 50px;
    }
    .page_news {
        padding: 1.066667rem 0;
    }
    .page_news .news-list {
        max-width: 1400px;
        margin: auto;
    }
    .page_news .news-list .item {
        border-bottom: 1px solid #ddd;
        padding-bottom: .48rem;
        margin-bottom: .8rem;
    }
    .page_news .news-list .item {}
    .page_news .news-list .item .pic {
        width: 100%;
    }
    .page_news .news-list .item .text {
        width: 100%;
    }
    .page_news .news-list .item .text h4 {
        margin-top: .533333rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page_news .news-list .item .text h4 a {
        margin-top: .4rem;
        font-size: .426667rem;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        font-weight: bold;
    }
    .page_news .news-list .item:hover .text h4 a {
        color: #d60211;
    }
    .page_news .news-list .item .text p {
        color: #888;
        margin-top: .346667rem;
        line-height: .586667rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .page_news .news-list .item .time {
        display: flex;
        justify-content: space-between;
        margin-top: .533333rem;
        color: #666;
    }
    .page_news .news-list .item .time div {
        color: #666;
    }
    .page_news .news-list .item .time a.more {
        width: 130px;
        display: none;
        height: 42px;
        text-align: center;
        line-height: 42px;
        color: #fff;
        background: #c73108;
        border-radius: 50px;
    }
    .page_news .news-list .item .time a.more span {
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .page_news .news-list .item .time a.more span:before {
        font-size: 22px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .page_news .news-list .item:hover .time a.more span {
        padding-right: 22px;
    }
    .page_news .news-list .item:hover .time a.more span:before {
        right: 0;
        opacity: 1;
    }
    .page_news .news-list .item .pic {
        overflow: hidden;
    }
    .page_news .news-list .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 100%;
    }
    .page_news .news-list .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page_news .news-content {
        background: #fff;
    }
    .page_news .news-content .top-title {
        margin-bottom: .533333rem;
        border-bottom: 1px solid #eee;
        padding-bottom: .426667rem;
        text-align: center;
    }
    .page_news .news-content .top-title h2 {
        font-size: .48rem;
        margin-bottom: .32rem;
        font-weight: bold;
    }
    .page_news .news-content .top-title .note {
        color: #777;
    }
    .page_news .news-content .top-title p {
        font-size: 14px;
        color: #777;
        margin-top: 10px;
    }
    .page_news .news-content .content {
        padding: 10px;
    }
    .page_news .news-content .content p {
        color: #666;
        margin-bottom: .266667rem;
        line-height: .64rem;
    }
    .page_news .news-content .main-bottom-page {
        text-align: center;
        margin-top: .853333rem;
    }
    .page_news .news-content .main-bottom-page div {}
    .page_news .news-content .main-bottom-page div a {
        display: block;
        text-align: center;
        border: 1px #eee solid;
        color: #666;
        width: 100%;
        height: 1.12rem;
        line-height: 1.12rem;
        margin-bottom: .32rem;
        padding: 0 5%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 50px;
    }
    .page_brand {
        padding: 1.066667rem 0;
    }
    .page_brand .system .system-main {
        margin-top: .8rem;
        overflow: hidden;
        padding-bottom: .8rem;
        position: relative;
    }
    .page_brand .system .system-main .system-pagination {
        width: 100%;
        position: absolute;
        z-index: 9;
        left: initial;
        bottom: 0;
        text-align: center;
    }
    .page_brand .system .system-main .system-pagination span.swiper-pagination-bullet-active {
        background: #c73108;
    }
    .page_brand .system .system-main .item {
        width: 100%;
        text-align: center;
    }
    .page_brand .system .system-main .item .icon {}
    .page_brand .system .system-main .item .cont {
        text-align: left;
    }
    .page_brand .system .system-main .item h5 {
        font-size: .48rem;
        line-height: .586667rem;
        margin-top: .48rem;
        font-weight: bold;
        color: #c73108;
        margin-bottom: .32rem;
        text-align: center;
    }
    .page_brand .system .system-main .item p {
        color: #666;
        line-height: .613333rem;
        margin-top: .213333rem;
    }
    .page_brand .partner {
        margin-top: 1.066667rem;
    }
    .page_brand .partner .partner-main {
        margin-top: .8rem;
    }
    .page_brand .partner .partner-main ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page_brand .partner .partner-main ul li {
        width: 48.5%;
        margin: 0px 3% .533333rem 0;
    }
    .page_brand .partner .partner-main ul li:nth-child(2n) {
        margin-right: 0%;
    }
    .page_brand .partner .partner-main ul li img {
        display: block;
        width: 100%;
        border: 1px solid #eee;
    }
    .page_brand .partner .partner-main ul li p {
        text-align: center;
        margin-top: 12px;
        color: #666;
        font-size: 14px;
    }
    .page_research.patent_bg {
        background: #f8f8f8;
    }
    .page_research .patent .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page_research .patent .list .item {
        width: 48.5%;
        background: #fff;
        padding: 2%;
        margin-bottom: .533333rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        position: relative;
        top: 0;
    }
    .page_research .patent .list .item .pic {
        width: 100%;
    }
    .page_research .patent .list .item .text {
        width: 100%;
    }
    .page_research .patent .list .item:nth-child(3n) {
        margin-right: 0;
    }
    .page_research .patent .list .item h4 {
        text-align: center;
        font-size: .373333rem;
        font-weight: bold;
        margin-bottom: .266667rem;
        margin-top: .4rem;
    }
    .page_research .patent .list .item .cont {
        border-top: 1px solid #eee;
        padding-top: 20px;
        display: none;
    }
    .page_research .patent .list .item .cont p {
        color: #666;
        margin-bottom: 8px;
        line-height: 22px;
    }
    .page_contact {
        padding: 1.066667rem 0;
    }
    .page_contact .join .item {
        margin-bottom: 1.333333rem;
    }
    .page_contact .join .item:last-child {
        margin-bottom: 0
    }
    .page_contact .join .item .job-title {
        padding-bottom: .266667rem;
        border-bottom: 1px solid #eee;
    }
    .page_contact .join .item .job-title .note h4 {
        font-size: .48rem;
        margin-bottom: .32rem;
        font-weight: bold;
        color: #333;
    }
    .page_contact .join .item .job-title .note p span {
        margin: 0 .133333rem;
        color: #666;
    }
    .page_contact .join .item .job-title .note p span img {
        width: .4rem;
        vertical-align: text-top;
        margin-right: .133333rem;
    }
    .page_contact .join .item .job-title a {
        color: #d15432;
        line-height: 40px;
    }
    .page_contact .join .item .cont .cont-tl {
        font-size: .426667rem;
        color: #333;
        margin-top: .693333rem;
        margin-bottom: .373333rem;
        font-weight: bold;
    }
    .page_contact .join .item .cont p {
        line-height: .64rem;
        color: #666;
    }
    .page_contact .book .book_post {}
    .page_contact .book .book_post input {
        width: 100%;
        padding: .4rem .346667rem;
        margin-bottom: .4rem;
        border: 1px #e4e4e4 solid;
        outline: 0
    }
    .page_contact .book .book_post input:nth-of-type(3) {
        margin-right: 0
    }
    .page_contact .book .book_post textarea {
        padding: .4rem .346667rem;
        outline: 0;
        width: 100%;
        height: 4rem;
        border: 1px #e4e4e4 solid;
    }
    .page_contact .book .book_post .submit {
        margin: auto;
        padding: .346667rem .533333rem;
        background-color: #c73108;
        border: 1px #c73108 solid;
        border-radius: .133333rem;
        color: #fff;
        margin-top: .533333rem;
        cursor: pointer;
        font-size: .373333rem
    }
    .page_contact .book .book_post input:hover,
    .page_contact .book .book_post input:focus,
    .page_contact .book .book_post textarea:hover,
    .page_contact .book .book_post textarea:focus {
        border: 1px #c73108 solid;
    }
    .page_contact .book .book_post .submit:hover {
        background-color: #c73108;
    }
    .page_contact.contact_bg {
        background: #f8f8f8;
    }
    .page_contact .contact-content {
        overflow: hidden;
        background: #fff;
    }
    .page_contact .contact-content .contact-main h3 {
        font-size: .533333rem;
        color: #333;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .page_contact .contact-content .contact-main h6 {
        line-height: .586667rem;
        color: #666;
        margin-bottom: .586667rem;
    }
    .page_contact .contact-content .contact-main h6 span {
        font-size: 32px;
    }
    .page_contact .contact-content .contact-main p {
        font-size: .373333rem;
        color: #666;
        margin-bottom: .4rem;
        display: flex;
        align-items: center;
        line-height: .586667rem;
    }
    .page_contact .contact-content .contact-main {
        padding: 6%;
    }
    .page_contact .contact-content .contact-main p:before {
        margin-right: .266667rem;
        font-size: .48rem;
        color: #c73108;
    }
    .page_contact .contact-content .contact-main .erweima {
        display: flex;
        align-items: flex-end;
        margin-top: .693333rem;
    }
    .page_contact .contact-content .contact-main .erweima .pic {
        max-width: 100px;
    }
    .page_contact .contact-content .contact-main .erweima .note {
        margin-left: .48rem;
    }
    .page_contact .contact-content .contact-main .erweima .note p {
        margin-bottom: .16rem;
    }
    .page_contact .contact-content .map #dituContent {
        height: 6.866667rem !important;
    }
    .page_contact .contact-content .map img {
        max-width: initial;
    }
    .page_contact .contact-content .map {
        width: 100%;
    }
    .page_contact .contact-content .map .BMap_Marker img {
        max-width: 100%;
    }
    .page_about {
        padding: 40px 0;
    }
    .page_about .about-main {}
    .page_about .about-main .pic {
        width: 100%;
    }
    .page_about .about-main .text {
        width: 100%;
    }
    .page_about .about-main .text h3 {
        font-size: .48rem;
        margin-bottom: .4rem;
        margin-top: .8rem;
        font-weight: bold;
    }
    .page_about .about-main .text .main-cont {
        overflow: auto;
    }
    .page_about .about-main .text .main-cont p {
        color: #666;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .page_about .culture {
        margin-top: 1.333333rem;
    }
    .page_about .culture .culture-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: .8rem;
    }
    .page_about .culture .culture-main .item {
        width: 100%;
        margin-bottom: .8rem;
    }
    .page_about .culture .culture-main .item:last-child {
        margin-bottom: 0;
    }
    .page_about .culture .culture-main .item h4 {
        margin-top: .533333rem;
        font-size: .426667rem;
        color: #333;
        font-weight: bold;
        text-align: center;
    }
    .page_about .culture .culture-main .item p {
        margin-top: .16rem;
        font-size: .373333rem;
        color: #666;
        line-height: .533333rem;
        text-align: center;
    }
    .page_about .course {
        margin-top: 1.333333rem;
        height: 16rem;
        background: url(../images/ab-bg.jpg) left center no-repeat;
        padding: 1.066667rem 0;
    }
    .page_about .course .course-main {
        margin-top: .8rem;
        width: 100%;
        background-color: #fff;
        padding: .933333rem .533333rem;
        height: 11.066667rem;
        border-radius: 20px;
    }
    .page_about .course .course-main .data-wrap {
        height: 335px;
        overflow: auto;
        margin: 0 auto;
    }
    .page_about .course .course-main .data-wrap::-webkit-scrollbar {
        display: none;
    }
    .page_about .course .course-main .data-wrap .data-list::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #ddd;
        left: 4px;
        top: 7px;
        transform: translateX(-50%);
    }
    .page_about .course .course-main .data-wrap .data-list::before {
        content: "";
        position: absolute;
        width: .186667rem;
        height: .186667rem;
        background-color: #c73108;
        left: .106667rem;
        top: .293333rem;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
    }
    .page_about .course .course-main .data-wrap .data-list {
        width: 100%;
        position: relative;
        display: flex;
    }
    .page_about .course .course-main .data-wrap .data-list:nth-child(2n) {
        flex-flow: row-reverse;
    }
    .page_about .course .course-main .data-wrap .data-list .data-box {
        width: 100%;
        padding-left: .8rem;
    }
    .page_about .course .course-main .data-wrap .data-list .data-box .date {
        font-size: .48rem;
        color: #222;
    }
    .page_about .course .course-main .data-wrap .data-list .data-box .item {
        color: #666;
        line-height: .586667rem;
        margin-top: .213333rem;
        margin-bottom: .666667rem;
    }
    .page_about .course .course-main .data-wrap .data-list:nth-child(2n) .data-box {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .page_about .course .course-main .data-wrap::-webkit-scrollbar {
        width: 5px;
        height: 100%;
        background: #e5e5e5;
    }
    .page_about .course .course-main .data-wrap::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #36404a;
    }
    .page_service {
        padding: .746667rem 0;
        padding-bottom: 1.066667rem;
        background: #f8f8f8;
    }
    .page_service .service-mian {
        padding: .586667rem;
        background: #fff;
    }
    .page_service .service-mian .page_title {
        margin-top: .4rem;
    }
    .page_service .service-mian .cont {
        color: #666;
        line-height: .64rem;
        margin: .4rem 0;
    }
    .page_service .service-mian .cont p {
        margin-bottom: .266667rem;
    }
}